Color Hex Logo

#cfb4ef Color Hex

#CFB4EF
(207,180,239)
0 Favorites   0 Comments

Color spaces of #cfb4ef

RGB 207180239
HSL0.740.650.82
HSV267°25°94°
CMYK 0.130.250.00   0.06
XYZ57.633452.139988.6878
Yxy52.13990.29040.2627
Hunter Lab72.208016.1074-22.2760
CIE-Lab77.364420.7700-25.8073

#cfb4ef color RGB value is (207,180,239).

#cfb4ef hex color red value is 207, green value is 180 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cfb4ef hue: 0.74 , saturation: 0.65 and the lightness value of cfb4ef is 0.82.

The process color (four color CMYK) of #cfb4ef color hex is 0.13, 0.25, 0.00, 0.06. Web safe color of #cfb4ef is #ccccff. Color #cfb4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 11101111
Octal 317 264 357
Decimal 207 180 239
Hex CF B4 EF

RGB Percentages of Color #cfb4ef

%33.07
%28.75
%38.18

CMYK Percentages of Color #cfb4ef

%13
%25
%0
%6

Triadic Colors of #cfb4ef

#cfb4ef #efcfb4 #b4efcf

Analogous Colors of #cfb4ef

#cfb4ef #edb4ef #b4b7ef

Monochromatic Colors of #cfb4ef

#cfb4ef

Complementary Color

#cfb4ef #d4efb4

#cfb4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb4ef Color CSS Codes

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

#cfb4ef Text Font Color

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

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


#cfb4ef Background Color

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

This div background color is #cfb4ef


#cfb4ef Border Color

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

This div border color is #cfb4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb4ef


Comments

No comments written yet.

Please login to write comment.