Color Hex Logo

#cf68dd Color Hex

#CF68DD
(207,104,221)
0 Favorites   0 Comments

Color spaces of #cf68dd

RGB 207104221
HSL0.810.630.64
HSV293°53°87°
CMYK 0.060.530.00   0.13
XYZ43.733628.386571.5807
Yxy28.38650.30430.1975
Hunter Lab53.279053.2820-42.3613
CIE-Lab60.236357.4025-42.4617

#cf68dd color RGB value is (207,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101000 11011101
Octal 317 150 335
Decimal 207 104 221
Hex CF 68 DD

RGB Percentages of Color #cf68dd

%38.91
%19.55
%41.54

CMYK Percentages of Color #cf68dd

%6
%53
%0
%13

Triadic Colors of #cf68dd

#cf68dd #ddcf68 #68ddcf

Analogous Colors of #cf68dd

#cf68dd #dd68b1 #9568dd

Monochromatic Colors of #cf68dd

#cf68dd

Complementary Color

#cf68dd #76dd68

#cf68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf68dd Color CSS Codes

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

#cf68dd Text Font Color

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

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


#cf68dd Background Color

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

This div background color is #cf68dd


#cf68dd Border Color

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

This div border color is #cf68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf68dd


Comments

No comments written yet.

Please login to write comment.