Color Hex Logo

#cf33dd Color Hex

#CF33DD
(207,51,221)
0 Favorites   0 Comments

Color spaces of #cf33dd

RGB 20751221
HSL0.820.710.53
HSV295°77°87°
CMYK 0.060.770.00   0.13
XYZ39.967120.853570.3252
Yxy20.85350.30480.1590
Hunter Lab45.665676.3104-59.3408
CIE-Lab52.788878.0883-54.2795

#cf33dd color RGB value is (207,51,221).

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

The process color (four color CMYK) of #cf33dd color hex is 0.06, 0.77, 0.00, 0.13. Web safe color of #cf33dd is #cc33cc. Color #cf33dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110011 11011101
Octal 317 63 335
Decimal 207 51 221
Hex CF 33 DD

RGB Percentages of Color #cf33dd

%43.22
%10.65
%46.14

CMYK Percentages of Color #cf33dd

%6
%77
%0
%13

Triadic Colors of #cf33dd

#cf33dd #ddcf33 #33ddcf

Analogous Colors of #cf33dd

#cf33dd #dd3396 #7a33dd

Monochromatic Colors of #cf33dd

#cf33dd

Complementary Color

#cf33dd #41dd33

#cf33dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf33dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf33dd Color CSS Codes

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

#cf33dd Text Font Color

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

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


#cf33dd Background Color

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

This div background color is #cf33dd


#cf33dd Border Color

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

This div border color is #cf33dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf33dd


Comments

No comments written yet.

Please login to write comment.