Color Hex Logo

#cf35dd Color Hex

#CF35DD
(207,53,221)
0 Favorites   0 Comments

Color spaces of #cf35dd

RGB 20753221
HSL0.820.710.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.056421.032170.3550
Yxy21.03210.30470.1600
Hunter Lab45.860875.6518-58.8542
CIE-Lab52.984677.5230-53.9663

#cf35dd color RGB value is (207,53,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110101 11011101
Octal 317 65 335
Decimal 207 53 221
Hex CF 35 DD

RGB Percentages of Color #cf35dd

%43.04
%11.02
%45.95

CMYK Percentages of Color #cf35dd

%6
%76
%0
%13

Triadic Colors of #cf35dd

#cf35dd #ddcf35 #35ddcf

Analogous Colors of #cf35dd

#cf35dd #dd3597 #7b35dd

Monochromatic Colors of #cf35dd

#cf35dd

Complementary Color

#cf35dd #43dd35

#cf35dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf35dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf35dd Color CSS Codes

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

#cf35dd Text Font Color

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

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


#cf35dd Background Color

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

This div background color is #cf35dd


#cf35dd Border Color

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

This div border color is #cf35dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf35dd


Comments

No comments written yet.

Please login to write comment.