Color Hex Logo

#7135cb Color Hex

#7135CB
(113,53,203)
0 Favorites   0 Comments

Color spaces of #7135cb

RGB 11353203
HSL0.730.590.50
HSV264°74°80°
CMYK 0.440.740.00   0.20
XYZ18.862610.368757.5071
Yxy10.36870.21750.1195
Hunter Lab32.200548.2121-83.3462
CIE-Lab38.496256.7498-67.7065

#7135cb color RGB value is (113,53,203).

#7135cb hex color red value is 113, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7135cb hue: 0.73 , saturation: 0.59 and the lightness value of 7135cb is 0.50.

The process color (four color CMYK) of #7135cb color hex is 0.44, 0.74, 0.00, 0.20. Web safe color of #7135cb is #6633cc. Color #7135cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 11001011
Octal 161 65 313
Decimal 113 53 203
Hex 71 35 CB

RGB Percentages of Color #7135cb

%30.62
%14.36
%55.01

CMYK Percentages of Color #7135cb

%44
%74
%0
%20

Triadic Colors of #7135cb

#7135cb #cb7135 #35cb71

Analogous Colors of #7135cb

#7135cb #bc35cb #3544cb

Monochromatic Colors of #7135cb

#7135cb

Complementary Color

#7135cb #8fcb35

#7135cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7135cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7135cb Color CSS Codes

.mybgcolor {background-color:#7135cb; } 
.myforecolor {color:#7135cb; }
.mybordercolor {border:3px solid #7135cb; }

#7135cb Text Font Color

<p style="color:#7135cb">Text here</p>

This sample text font color is #7135cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7135cb Background Color

<div style="background-color:#7135cb">
Div content here</div>

This div background color is #7135cb


#7135cb Border Color

<div style="border:3px solid #7135cb">
Div here</div>

This div border color is #7135cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,53,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7135cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7135cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7135cb;
  box-shadow:         1px 1px 3px 2px #7135cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,53,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7135cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7135cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7135cb;
  box-shadow:         1px 1px 3px 2px #7135cb;">
Div content here</div>

This div box has shadow with color #7135cb


Comments

No comments written yet.

Please login to write comment.