Color Hex Logo

#cf9dfd Color Hex

#CF9DFD
(207,157,253)
0 Favorites   0 Comments

Color spaces of #cf9dfd

RGB 207157253
HSL0.750.960.80
HSV271°38°99°
CMYK 0.180.380.00   0.01
XYZ55.518744.471298.5861
Yxy44.47120.27960.2240
Hunter Lab66.686731.9048-40.9705
CIE-Lab72.542336.3142-40.8264

#cf9dfd color RGB value is (207,157,253).

#cf9dfd hex color red value is 207, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cf9dfd hue: 0.75 , saturation: 0.96 and the lightness value of cf9dfd is 0.80.

The process color (four color CMYK) of #cf9dfd color hex is 0.18, 0.38, 0.00, 0.01. Web safe color of #cf9dfd is #cc99ff. Color #cf9dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011101 11111101
Octal 317 235 375
Decimal 207 157 253
Hex CF 9D FD

RGB Percentages of Color #cf9dfd

%33.55
%25.45
%41.00

CMYK Percentages of Color #cf9dfd

%18
%38
%0
%1

Triadic Colors of #cf9dfd

#cf9dfd #fdcf9d #9dfdcf

Analogous Colors of #cf9dfd

#cf9dfd #fd9dfb #9f9dfd

Monochromatic Colors of #cf9dfd

#cf9dfd

Complementary Color

#cf9dfd #cbfd9d

#cf9dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9dfd Color CSS Codes

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

#cf9dfd Text Font Color

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

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


#cf9dfd Background Color

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

This div background color is #cf9dfd


#cf9dfd Border Color

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

This div border color is #cf9dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9dfd


Comments

No comments written yet.

Please login to write comment.