Color Hex Logo

#cf07dd Color Hex

#CF07DD
(207,7,221)
0 Favorites   0 Comments

Color spaces of #cf07dd

RGB 2077221
HSL0.820.940.45
HSV296°97°87°
CMYK 0.060.970.00   0.13
XYZ38.859318.637869.9560
Yxy18.63780.30490.1462
Hunter Lab43.171585.1202-65.8547
CIE-Lab50.260785.4916-58.3352

#cf07dd color RGB value is (207,7,221).

#cf07dd hex color red value is 207, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf07dd hue: 0.82 , saturation: 0.94 and the lightness value of cf07dd is 0.45.

The process color (four color CMYK) of #cf07dd color hex is 0.06, 0.97, 0.00, 0.13. Web safe color of #cf07dd is #cc00cc. Color #cf07dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000111 11011101
Octal 317 7 335
Decimal 207 7 221
Hex CF 7 DD

RGB Percentages of Color #cf07dd

%47.59
%1.61
%50.80

CMYK Percentages of Color #cf07dd

%6
%97
%0
%13

Triadic Colors of #cf07dd

#cf07dd #ddcf07 #07ddcf

Analogous Colors of #cf07dd

#cf07dd #dd0780 #6407dd

Monochromatic Colors of #cf07dd

#cf07dd

Complementary Color

#cf07dd #15dd07

#cf07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf07dd Color CSS Codes

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

#cf07dd Text Font Color

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

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


#cf07dd Background Color

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

This div background color is #cf07dd


#cf07dd Border Color

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

This div border color is #cf07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf07dd


Comments

No comments written yet.

Please login to write comment.