Color Hex Logo

#7d09cb Color Hex

#7D09CB
(125,9,203)
0 Favorites   0 Comments

Color spaces of #7d09cb

RGB 1259203
HSL0.770.920.42
HSV276°96°80°
CMYK 0.380.960.00   0.20
XYZ19.33468.867157.1924
Yxy8.86710.22640.1038
Hunter Lab29.777763.7888-93.0308
CIE-Lab35.727171.0979-72.1852

#7d09cb color RGB value is (125,9,203).

#7d09cb hex color red value is 125, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7d09cb hue: 0.77 , saturation: 0.92 and the lightness value of 7d09cb is 0.42.

The process color (four color CMYK) of #7d09cb color hex is 0.38, 0.96, 0.00, 0.20. Web safe color of #7d09cb is #6600cc. Color #7d09cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00001001 11001011
Octal 175 11 313
Decimal 125 9 203
Hex 7D 9 CB

RGB Percentages of Color #7d09cb

%37.09
%2.67
%60.24

CMYK Percentages of Color #7d09cb

%38
%96
%0
%20

Triadic Colors of #7d09cb

#7d09cb #cb7d09 #09cb7d

Analogous Colors of #7d09cb

#7d09cb #cb09b8 #1c09cb

Monochromatic Colors of #7d09cb

#7d09cb

Complementary Color

#7d09cb #57cb09

#7d09cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d09cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d09cb Color CSS Codes

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

#7d09cb Text Font Color

<p style="color:#7d09cb">Text here</p>

This sample text font color is #7d09cb
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.


#7d09cb Background Color

<div style="background-color:#7d09cb">
Div content here</div>

This div background color is #7d09cb


#7d09cb Border Color

<div style="border:3px solid #7d09cb">
Div here</div>

This div border color is #7d09cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,9,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d09cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d09cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7d09cb;
  box-shadow:         1px 1px 3px 2px #7d09cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,9,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 #7d09cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d09cb


Comments

No comments written yet.

Please login to write comment.