Color Hex Logo

#c767cd Color Hex

#C767CD
(199,103,205)
0 Favorites   0 Comments

Color spaces of #c767cd

RGB 199103205
HSL0.820.500.60
HSV296°50°80°
CMYK 0.030.500.00   0.20
XYZ39.422926.250460.7466
Yxy26.25040.31180.2076
Hunter Lab51.235147.6854-34.4322
CIE-Lab58.274052.7373-36.5872

#c767cd color RGB value is (199,103,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 11001101
Octal 307 147 315
Decimal 199 103 205
Hex C7 67 CD

RGB Percentages of Color #c767cd

%39.25
%20.32
%40.43

CMYK Percentages of Color #c767cd

%3
%50
%0
%20

Triadic Colors of #c767cd

#c767cd #cdc767 #67cdc7

Analogous Colors of #c767cd

#c767cd #cd67a0 #9467cd

Monochromatic Colors of #c767cd

#c767cd

Complementary Color

#c767cd #6dcd67

#c767cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c767cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c767cd Color CSS Codes

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

#c767cd Text Font Color

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

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


#c767cd Background Color

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

This div background color is #c767cd


#c767cd Border Color

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

This div border color is #c767cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c767cd


Comments

No comments written yet.

Please login to write comment.