Color Hex Logo

#c967bb Color Hex

#C967BB
(201,103,187)
0 Favorites   0 Comments

Color spaces of #c967bb

RGB 201103187
HSL0.860.480.60
HSV309°49°79°
CMYK 0.000.490.07   0.21
XYZ37.907325.705949.9775
Yxy25.70590.33370.2263
Hunter Lab50.701044.7313-22.9533
CIE-Lab57.756850.1253-27.1102

#c967bb color RGB value is (201,103,187).

#c967bb hex color red value is 201, green value is 103 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c967bb hue: 0.86 , saturation: 0.48 and the lightness value of c967bb is 0.60.

The process color (four color CMYK) of #c967bb color hex is 0.00, 0.49, 0.07, 0.21. Web safe color of #c967bb is #cc66cc. Color #c967bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100111 10111011
Octal 311 147 273
Decimal 201 103 187
Hex C9 67 BB

RGB Percentages of Color #c967bb

%40.94
%20.98
%38.09

CMYK Percentages of Color #c967bb

%0
%49
%7
%21

Triadic Colors of #c967bb

#c967bb #bbc967 #67bbc9

Analogous Colors of #c967bb

#c967bb #c9678a #a667c9

Monochromatic Colors of #c967bb

#c967bb

Complementary Color

#c967bb #67c975

#c967bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c967bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c967bb Color CSS Codes

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

#c967bb Text Font Color

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

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


#c967bb Background Color

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

This div background color is #c967bb


#c967bb Border Color

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

This div border color is #c967bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,103,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c967bb


Comments

No comments written yet.

Please login to write comment.