Color Hex Logo

#cf53dd Color Hex

#CF53DD
(207,83,221)
0 Favorites   0 Comments

Color spaces of #cf53dd

RGB 20783221
HSL0.820.670.60
HSV294°62°87°
CMYK 0.060.620.00   0.13
XYZ41.876524.672470.9617
Yxy24.67240.30450.1794
Hunter Lab49.671363.5635-49.9333
CIE-Lab56.754866.8660-47.9615

#cf53dd color RGB value is (207,83,221).

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

The process color (four color CMYK) of #cf53dd color hex is 0.06, 0.62, 0.00, 0.13. Web safe color of #cf53dd is #cc66cc. Color #cf53dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010011 11011101
Octal 317 123 335
Decimal 207 83 221
Hex CF 53 DD

RGB Percentages of Color #cf53dd

%40.51
%16.24
%43.25

CMYK Percentages of Color #cf53dd

%6
%62
%0
%13

Triadic Colors of #cf53dd

#cf53dd #ddcf53 #53ddcf

Analogous Colors of #cf53dd

#cf53dd #dd53a6 #8a53dd

Monochromatic Colors of #cf53dd

#cf53dd

Complementary Color

#cf53dd #61dd53

#cf53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf53dd Color CSS Codes

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

#cf53dd Text Font Color

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

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


#cf53dd Background Color

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

This div background color is #cf53dd


#cf53dd Border Color

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

This div border color is #cf53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf53dd


Comments

No comments written yet.

Please login to write comment.