Color Hex Logo

#7d12cb Color Hex

#7D12CB
(125,18,203)
0 Favorites   0 Comments

Color spaces of #7d12cb

RGB 12518203
HSL0.760.840.43
HSV275°91°80°
CMYK 0.380.910.00   0.20
XYZ19.45329.104457.2319
Yxy9.10440.22680.1061
Hunter Lab30.173562.2774-91.3375
CIE-Lab36.184569.7265-71.4338

#7d12cb color RGB value is (125,18,203).

#7d12cb hex color red value is 125, green value is 18 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7d12cb hue: 0.76 , saturation: 0.84 and the lightness value of 7d12cb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010010 11001011
Octal 175 22 313
Decimal 125 18 203
Hex 7D 12 CB

RGB Percentages of Color #7d12cb

%36.13
%5.20
%58.67

CMYK Percentages of Color #7d12cb

%38
%91
%0
%20

Triadic Colors of #7d12cb

#7d12cb #cb7d12 #12cb7d

Analogous Colors of #7d12cb

#7d12cb #cb12bd #2112cb

Monochromatic Colors of #7d12cb

#7d12cb

Complementary Color

#7d12cb #60cb12

#7d12cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d12cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d12cb Color CSS Codes

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

#7d12cb Text Font Color

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

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


#7d12cb Background Color

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

This div background color is #7d12cb


#7d12cb Border Color

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

This div border color is #7d12cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d12cb


Comments

No comments written yet.

Please login to write comment.