Color Hex Logo

#ccb2cf Color Hex

#CCB2CF
(204,178,207)
0 Favorites   0 Comments

Color spaces of #ccb2cf

RGB 204178207
HSL0.820.230.75
HSV294°14°81°
CMYK 0.010.140.00   0.19
XYZ52.084749.183265.7796
Yxy49.18320.31180.2944
Hunter Lab70.13079.8396-6.5199
CIE-Lab75.565214.4833-11.2018

#ccb2cf color RGB value is (204,178,207).

#ccb2cf hex color red value is 204, green value is 178 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ccb2cf hue: 0.82 , saturation: 0.23 and the lightness value of ccb2cf is 0.75.

The process color (four color CMYK) of #ccb2cf color hex is 0.01, 0.14, 0.00, 0.19. Web safe color of #ccb2cf is #cc99cc. Color #ccb2cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 11001111
Octal 314 262 317
Decimal 204 178 207
Hex CC B2 CF

RGB Percentages of Color #ccb2cf

%34.63
%30.22
%35.14

CMYK Percentages of Color #ccb2cf

%1
%14
%0
%19

Triadic Colors of #ccb2cf

#ccb2cf #cfccb2 #b2cfcc

Analogous Colors of #ccb2cf

#ccb2cf #cfb2c4 #beb2cf

Monochromatic Colors of #ccb2cf

#ccb2cf

Complementary Color

#ccb2cf #b5cfb2

#ccb2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb2cf Color CSS Codes

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

#ccb2cf Text Font Color

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

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


#ccb2cf Background Color

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

This div background color is #ccb2cf


#ccb2cf Border Color

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

This div border color is #ccb2cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,178,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb2cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb2cf;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb2cf;
  box-shadow:         1px 1px 3px 2px #ccb2cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,178,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb2cf


Comments

No comments written yet.

Please login to write comment.