Color Hex Logo

#cf215d Color Hex

#CF215D
(207,33,93)
0 Favorites   0 Comments

Color spaces of #cf215d

RGB 2073393
HSL0.940.730.47
HSV339°84°81°
CMYK 0.000.840.55   0.19
XYZ28.251815.143411.7899
Yxy15.14340.51190.2744
Hunter Lab38.914561.48999.2771
CIE-Lab45.830067.178411.2770

#cf215d color RGB value is (207,33,93).

#cf215d hex color red value is 207, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cf215d hue: 0.94 , saturation: 0.73 and the lightness value of cf215d is 0.47.

The process color (four color CMYK) of #cf215d color hex is 0.00, 0.84, 0.55, 0.19. Web safe color of #cf215d is #cc3366. Color #cf215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100001 01011101
Octal 317 41 135
Decimal 207 33 93
Hex CF 21 5D

RGB Percentages of Color #cf215d

%62.16
%9.91
%27.93

CMYK Percentages of Color #cf215d

%0
%84
%55
%19

Triadic Colors of #cf215d

#cf215d #5dcf21 #215dcf

Analogous Colors of #cf215d

#cf215d #cf3c21 #cf21b4

Monochromatic Colors of #cf215d

#cf215d

Complementary Color

#cf215d #21cf93

#cf215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf215d Color CSS Codes

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

#cf215d Text Font Color

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

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


#cf215d Background Color

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

This div background color is #cf215d


#cf215d Border Color

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

This div border color is #cf215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf215d


Comments

No comments written yet.

Please login to write comment.