Color Hex Logo

#c068cd Color Hex

#C068CD
(192,104,205)
0 Favorites   0 Comments

Color spaces of #c068cd

RGB 192104205
HSL0.810.500.61
HSV292°49°80°
CMYK 0.060.490.00   0.20
XYZ37.708025.514960.6950
Yxy25.51490.30430.2059
Hunter Lab50.512344.8558-35.8836
CIE-Lab57.573750.2685-37.7479

#c068cd color RGB value is (192,104,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 11001101
Octal 300 150 315
Decimal 192 104 205
Hex C0 68 CD

RGB Percentages of Color #c068cd

%38.32
%20.76
%40.92

CMYK Percentages of Color #c068cd

%6
%49
%0
%20

Triadic Colors of #c068cd

#c068cd #cdc068 #68cdc0

Analogous Colors of #c068cd

#c068cd #cd68a8 #8e68cd

Monochromatic Colors of #c068cd

#c068cd

Complementary Color

#c068cd #75cd68

#c068cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068cd Color CSS Codes

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

#c068cd Text Font Color

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

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


#c068cd Background Color

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

This div background color is #c068cd


#c068cd Border Color

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

This div border color is #c068cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068cd


Comments

No comments written yet.

Please login to write comment.