Color Hex Logo

#cf6cdc Color Hex

#CF6CDC
(207,108,220)
0 Favorites   0 Comments

Color spaces of #cf6cdc

RGB 207108220
HSL0.810.620.64
HSV293°51°86°
CMYK 0.060.510.00   0.14
XYZ44.013029.157871.0184
Yxy29.15780.30520.2022
Hunter Lab53.998050.9965-40.1799
CIE-Lab60.920655.2732-40.8253

#cf6cdc color RGB value is (207,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101100 11011100
Octal 317 154 334
Decimal 207 108 220
Hex CF 6C DC

RGB Percentages of Color #cf6cdc

%38.69
%20.19
%41.12

CMYK Percentages of Color #cf6cdc

%6
%51
%0
%14

Triadic Colors of #cf6cdc

#cf6cdc #dccf6c #6cdccf

Analogous Colors of #cf6cdc

#cf6cdc #dc6cb1 #976cdc

Monochromatic Colors of #cf6cdc

#cf6cdc

Complementary Color

#cf6cdc #79dc6c

#cf6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6cdc Color CSS Codes

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

#cf6cdc Text Font Color

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

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


#cf6cdc Background Color

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

This div background color is #cf6cdc


#cf6cdc Border Color

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

This div border color is #cf6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6cdc


Comments

No comments written yet.

Please login to write comment.