Color Hex Logo

#cf63ed Color Hex

#CF63ED
(207,99,237)
0 Favorites   0 Comments

Color spaces of #cf63ed

RGB 20799237
HSL0.800.790.66
HSV287°58°93°
CMYK 0.130.580.00   0.07
XYZ45.480028.303583.1868
Yxy28.30350.28970.1803
Hunter Lab53.201059.4926-55.4670
CIE-Lab60.161962.7943-51.5222

#cf63ed color RGB value is (207,99,237).

#cf63ed hex color red value is 207, green value is 99 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf63ed hue: 0.80 , saturation: 0.79 and the lightness value of cf63ed is 0.66.

The process color (four color CMYK) of #cf63ed color hex is 0.13, 0.58, 0.00, 0.07. Web safe color of #cf63ed is #cc66ff. Color #cf63ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100011 11101101
Octal 317 143 355
Decimal 207 99 237
Hex CF 63 ED

RGB Percentages of Color #cf63ed

%38.12
%18.23
%43.65

CMYK Percentages of Color #cf63ed

%13
%58
%0
%7

Triadic Colors of #cf63ed

#cf63ed #edcf63 #63edcf

Analogous Colors of #cf63ed

#cf63ed #ed63c6 #8a63ed

Monochromatic Colors of #cf63ed

#cf63ed

Complementary Color

#cf63ed #81ed63

#cf63ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf63ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf63ed Color CSS Codes

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

#cf63ed Text Font Color

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

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


#cf63ed Background Color

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

This div background color is #cf63ed


#cf63ed Border Color

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

This div border color is #cf63ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf63ed


Comments

No comments written yet.

Please login to write comment.