Color Hex Logo

#c072df Color Hex

#C072DF
(192,114,223)
0 Favorites   0 Comments

Color spaces of #c072df

RGB 192114223
HSL0.790.630.66
HSV283°49°87°
CMYK 0.140.490.00   0.13
XYZ41.074828.568873.1615
Yxy28.56880.28760.2001
Hunter Lab53.449843.6356-43.7407
CIE-Lab60.399248.7140-43.4518

#c072df color RGB value is (192,114,223).

#c072df hex color red value is 192, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c072df hue: 0.79 , saturation: 0.63 and the lightness value of c072df is 0.66.

The process color (four color CMYK) of #c072df color hex is 0.14, 0.49, 0.00, 0.13. Web safe color of #c072df is #cc66cc. Color #c072df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 11011111
Octal 300 162 337
Decimal 192 114 223
Hex C0 72 DF

RGB Percentages of Color #c072df

%36.29
%21.55
%42.16

CMYK Percentages of Color #c072df

%14
%49
%0
%13

Triadic Colors of #c072df

#c072df #dfc072 #72dfc0

Analogous Colors of #c072df

#c072df #df72c8 #8a72df

Monochromatic Colors of #c072df

#c072df

Complementary Color

#c072df #91df72

#c072df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c072df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c072df Color CSS Codes

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

#c072df Text Font Color

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

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


#c072df Background Color

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

This div background color is #c072df


#c072df Border Color

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

This div border color is #c072df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c072df


Comments

No comments written yet.

Please login to write comment.