Color Hex Logo

#c067cd Color Hex

#C067CD
(192,103,205)
0 Favorites   0 Comments

Color spaces of #c067cd

RGB 192103205
HSL0.810.500.60
HSV292°50°80°
CMYK 0.060.500.00   0.20
XYZ37.607925.314760.6617
Yxy25.31470.30430.2048
Hunter Lab50.313745.3741-36.2645
CIE-Lab57.380850.7747-38.0505

#c067cd color RGB value is (192,103,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 11001101
Octal 300 147 315
Decimal 192 103 205
Hex C0 67 CD

RGB Percentages of Color #c067cd

%38.40
%20.60
%41.00

CMYK Percentages of Color #c067cd

%6
%50
%0
%20

Triadic Colors of #c067cd

#c067cd #cdc067 #67cdc0

Analogous Colors of #c067cd

#c067cd #cd67a7 #8d67cd

Monochromatic Colors of #c067cd

#c067cd

Complementary Color

#c067cd #74cd67

#c067cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c067cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c067cd Color CSS Codes

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

#c067cd Text Font Color

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

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


#c067cd Background Color

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

This div background color is #c067cd


#c067cd Border Color

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

This div border color is #c067cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c067cd


Comments

No comments written yet.

Please login to write comment.