Color Hex Logo

#cf98fd Color Hex

#CF98FD
(207,152,253)
0 Favorites   0 Comments

Color spaces of #cf98fd

RGB 207152253
HSL0.760.960.79
HSV273°40°99°
CMYK 0.180.400.00   0.01
XYZ54.690042.813798.3099
Yxy42.81370.27930.2186
Hunter Lab65.432234.6889-43.2789
CIE-Lab71.428339.0259-42.5662

#cf98fd color RGB value is (207,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011000 11111101
Octal 317 230 375
Decimal 207 152 253
Hex CF 98 FD

RGB Percentages of Color #cf98fd

%33.82
%24.84
%41.34

CMYK Percentages of Color #cf98fd

%18
%40
%0
%1

Triadic Colors of #cf98fd

#cf98fd #fdcf98 #98fdcf

Analogous Colors of #cf98fd

#cf98fd #fd98f9 #9d98fd

Monochromatic Colors of #cf98fd

#cf98fd

Complementary Color

#cf98fd #c6fd98

#cf98fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf98fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf98fd Color CSS Codes

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

#cf98fd Text Font Color

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

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


#cf98fd Background Color

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

This div background color is #cf98fd


#cf98fd Border Color

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

This div border color is #cf98fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,152,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 #cf98fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf98fd


Comments

No comments written yet.

Please login to write comment.