Color Hex Logo

#cf61dc Color Hex

#CF61DC
(207,97,220)
0 Favorites   0 Comments

Color spaces of #cf61dc

RGB 20797220
HSL0.820.640.62
HSV294°56°86°
CMYK 0.060.560.00   0.14
XYZ42.925126.982170.6558
Yxy26.98210.30540.1920
Hunter Lab51.944356.6042-44.2866
CIE-Lab58.957860.5201-43.9139

#cf61dc color RGB value is (207,97,220).

#cf61dc hex color red value is 207, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cf61dc hue: 0.82 , saturation: 0.64 and the lightness value of cf61dc is 0.62.

The process color (four color CMYK) of #cf61dc color hex is 0.06, 0.56, 0.00, 0.14. Web safe color of #cf61dc is #cc66cc. Color #cf61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100001 11011100
Octal 317 141 334
Decimal 207 97 220
Hex CF 61 DC

RGB Percentages of Color #cf61dc

%39.50
%18.51
%41.98

CMYK Percentages of Color #cf61dc

%6
%56
%0
%14

Triadic Colors of #cf61dc

#cf61dc #dccf61 #61dccf

Analogous Colors of #cf61dc

#cf61dc #dc61ac #9261dc

Monochromatic Colors of #cf61dc

#cf61dc

Complementary Color

#cf61dc #6edc61

#cf61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf61dc Color CSS Codes

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

#cf61dc Text Font Color

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

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


#cf61dc Background Color

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

This div background color is #cf61dc


#cf61dc Border Color

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

This div border color is #cf61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf61dc


Comments

No comments written yet.

Please login to write comment.