Color Hex Logo

#c072da Color Hex

#C072DA
(192,114,218)
0 Favorites   0 Comments

Color spaces of #c072da

RGB 192114218
HSL0.790.580.65
HSV285°48°85°
CMYK 0.120.480.00   0.15
XYZ40.410428.303169.6628
Yxy28.30310.29200.2045
Hunter Lab53.200742.4847-40.3959
CIE-Lab60.161647.6888-41.0233

#c072da color RGB value is (192,114,218).

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

The process color (four color CMYK) of #c072da color hex is 0.12, 0.48, 0.00, 0.15. Web safe color of #c072da is #cc66cc. Color #c072da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 11011010
Octal 300 162 332
Decimal 192 114 218
Hex C0 72 DA

RGB Percentages of Color #c072da

%36.64
%21.76
%41.60

CMYK Percentages of Color #c072da

%12
%48
%0
%15

Triadic Colors of #c072da

#c072da #dac072 #72dac0

Analogous Colors of #c072da

#c072da #da72c0 #8c72da

Monochromatic Colors of #c072da

#c072da

Complementary Color

#c072da #8cda72

#c072da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c072da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c072da Color CSS Codes

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

#c072da Text Font Color

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

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


#c072da Background Color

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

This div background color is #c072da


#c072da Border Color

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

This div border color is #c072da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c072da


Comments

No comments written yet.

Please login to write comment.