Color Hex Logo

#c073cd Color Hex

#C073CD
(192,115,205)
0 Favorites   0 Comments

Color spaces of #c073cd

RGB 192115205
HSL0.810.470.63
HSV291°44°80°
CMYK 0.060.440.00   0.20
XYZ38.888427.875761.0885
Yxy27.87570.30420.2180
Hunter Lab52.797439.0801-31.6424
CIE-Lab59.776344.5689-34.3054

#c073cd color RGB value is (192,115,205).

#c073cd hex color red value is 192, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c073cd hue: 0.81 , saturation: 0.47 and the lightness value of c073cd is 0.63.

The process color (four color CMYK) of #c073cd color hex is 0.06, 0.44, 0.00, 0.20. Web safe color of #c073cd is #cc66cc. Color #c073cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 11001101
Octal 300 163 315
Decimal 192 115 205
Hex C0 73 CD

RGB Percentages of Color #c073cd

%37.50
%22.46
%40.04

CMYK Percentages of Color #c073cd

%6
%44
%0
%20

Triadic Colors of #c073cd

#c073cd #cdc073 #73cdc0

Analogous Colors of #c073cd

#c073cd #cd73ad #9373cd

Monochromatic Colors of #c073cd

#c073cd

Complementary Color

#c073cd #80cd73

#c073cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c073cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c073cd Color CSS Codes

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

#c073cd Text Font Color

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

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


#c073cd Background Color

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

This div background color is #c073cd


#c073cd Border Color

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

This div border color is #c073cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c073cd


Comments

No comments written yet.

Please login to write comment.