Color Hex Logo

#c99bd0 Color Hex

#C99BD0
(201,155,208)
0 Favorites   0 Comments

Color spaces of #c99bd0

RGB 201155208
HSL0.810.360.71
HSV292°25°82°
CMYK 0.030.250.00   0.18
XYZ47.193940.414364.9879
Yxy40.41430.30930.2648
Hunter Lab63.572221.2610-16.1097
CIE-Lab69.763626.2600-20.5235

#c99bd0 color RGB value is (201,155,208).

#c99bd0 hex color red value is 201, green value is 155 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c99bd0 hue: 0.81 , saturation: 0.36 and the lightness value of c99bd0 is 0.71.

The process color (four color CMYK) of #c99bd0 color hex is 0.03, 0.25, 0.00, 0.18. Web safe color of #c99bd0 is #cc99cc. Color #c99bd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 11010000
Octal 311 233 320
Decimal 201 155 208
Hex C9 9B D0

RGB Percentages of Color #c99bd0

%35.64
%27.48
%36.88

CMYK Percentages of Color #c99bd0

%3
%25
%0
%18

Triadic Colors of #c99bd0

#c99bd0 #d0c99b #9bd0c9

Analogous Colors of #c99bd0

#c99bd0 #d09bbd #af9bd0

Monochromatic Colors of #c99bd0

#c99bd0

Complementary Color

#c99bd0 #a2d09b

#c99bd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bd0 Color CSS Codes

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

#c99bd0 Text Font Color

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

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


#c99bd0 Background Color

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

This div background color is #c99bd0


#c99bd0 Border Color

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

This div border color is #c99bd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bd0


Comments

No comments written yet.

Please login to write comment.