Color Hex Logo

#cf09fd Color Hex

#CF09FD
(207,9,253)
0 Favorites   0 Comments

Color spaces of #cf09fd

RGB 2079253
HSL0.800.980.51
HSV289°96°99°
CMYK 0.180.960.00   0.01
XYZ43.559420.552694.5997
Yxy20.55260.27450.1295
Hunter Lab45.335092.1727-91.9849
CIE-Lab52.456390.4238-72.8135

#cf09fd color RGB value is (207,9,253).

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

The process color (four color CMYK) of #cf09fd color hex is 0.18, 0.96, 0.00, 0.01. Web safe color of #cf09fd is #cc00ff. Color #cf09fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00001001 11111101
Octal 317 11 375
Decimal 207 9 253
Hex CF 9 FD

RGB Percentages of Color #cf09fd

%44.14
%1.92
%53.94

CMYK Percentages of Color #cf09fd

%18
%96
%0
%1

Triadic Colors of #cf09fd

#cf09fd #fdcf09 #09fdcf

Analogous Colors of #cf09fd

#cf09fd #fd09b1 #5509fd

Monochromatic Colors of #cf09fd

#cf09fd

Complementary Color

#cf09fd #37fd09

#cf09fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf09fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf09fd Color CSS Codes

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

#cf09fd Text Font Color

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

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


#cf09fd Background Color

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

This div background color is #cf09fd


#cf09fd Border Color

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

This div border color is #cf09fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf09fd


Comments

No comments written yet.

Please login to write comment.