Color Hex Logo

#cf31ed Color Hex

#CF31ED
(207,49,237)
0 Favorites   0 Comments

Color spaces of #cf31ed

RGB 20749237
HSL0.810.840.56
HSV290°79°93°
CMYK 0.130.790.00   0.07
XYZ42.116521.576482.0656
Yxy21.57640.28890.1480
Hunter Lab46.450480.5574-72.2345
CIE-Lab53.574681.2991-62.0545

#cf31ed color RGB value is (207,49,237).

#cf31ed hex color red value is 207, green value is 49 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf31ed hue: 0.81 , saturation: 0.84 and the lightness value of cf31ed is 0.56.

The process color (four color CMYK) of #cf31ed color hex is 0.13, 0.79, 0.00, 0.07. Web safe color of #cf31ed is #cc33ff. Color #cf31ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110001 11101101
Octal 317 61 355
Decimal 207 49 237
Hex CF 31 ED

RGB Percentages of Color #cf31ed

%41.99
%9.94
%48.07

CMYK Percentages of Color #cf31ed

%13
%79
%0
%7

Triadic Colors of #cf31ed

#cf31ed #edcf31 #31edcf

Analogous Colors of #cf31ed

#cf31ed #ed31ad #7131ed

Monochromatic Colors of #cf31ed

#cf31ed

Complementary Color

#cf31ed #4fed31

#cf31ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf31ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf31ed Color CSS Codes

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

#cf31ed Text Font Color

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

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


#cf31ed Background Color

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

This div background color is #cf31ed


#cf31ed Border Color

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

This div border color is #cf31ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf31ed


Comments

No comments written yet.

Please login to write comment.