Color Hex Logo

#c072bc Color Hex

#C072BC
(192,114,188)
0 Favorites   0 Comments

Color spaces of #c072bc

RGB 192114188
HSL0.840.380.60
HSV303°41°75°
CMYK 0.000.410.02   0.25
XYZ36.832626.871950.8225
Yxy26.87190.32160.2346
Hunter Lab51.838136.1131-21.8417
CIE-Lab58.855641.8778-26.0804

#c072bc color RGB value is (192,114,188).

#c072bc hex color red value is 192, green value is 114 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c072bc hue: 0.84 , saturation: 0.38 and the lightness value of c072bc is 0.60.

The process color (four color CMYK) of #c072bc color hex is 0.00, 0.41, 0.02, 0.25. Web safe color of #c072bc is #cc66cc. Color #c072bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 10111100
Octal 300 162 274
Decimal 192 114 188
Hex C0 72 BC

RGB Percentages of Color #c072bc

%38.87
%23.08
%38.06

CMYK Percentages of Color #c072bc

%0
%41
%2
%25

Triadic Colors of #c072bc

#c072bc #bcc072 #72bcc0

Analogous Colors of #c072bc

#c072bc #c07295 #9d72c0

Monochromatic Colors of #c072bc

#c072bc

Complementary Color

#c072bc #72c076

#c072bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c072bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c072bc Color CSS Codes

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

#c072bc Text Font Color

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

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


#c072bc Background Color

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

This div background color is #c072bc


#c072bc Border Color

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

This div border color is #c072bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,114,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c072bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c072bc;
  -webkit-box-shadow: 1px 1px 3px 2px #c072bc;
  box-shadow:         1px 1px 3px 2px #c072bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,114,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c072bc


Comments

No comments written yet.

Please login to write comment.