Color Hex Logo

#cf248e Color Hex

#CF248E
(207,36,142)
0 Favorites   0 Comments

Color spaces of #cf248e

RGB 20736142
HSL0.900.700.48
HSV323°83°81°
CMYK 0.000.830.31   0.19
XYZ31.245516.480127.1254
Yxy16.48010.41740.2202
Hunter Lab40.595766.3446-11.1997
CIE-Lab47.598270.9499-16.1928

#cf248e color RGB value is (207,36,142).

#cf248e hex color red value is 207, green value is 36 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf248e hue: 0.90 , saturation: 0.70 and the lightness value of cf248e is 0.48.

The process color (four color CMYK) of #cf248e color hex is 0.00, 0.83, 0.31, 0.19. Web safe color of #cf248e is #cc3399. Color #cf248e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100100 10001110
Octal 317 44 216
Decimal 207 36 142
Hex CF 24 8E

RGB Percentages of Color #cf248e

%53.77
%9.35
%36.88

CMYK Percentages of Color #cf248e

%0
%83
%31
%19

Triadic Colors of #cf248e

#cf248e #8ecf24 #248ecf

Analogous Colors of #cf248e

#cf248e #cf2438 #bb24cf

Monochromatic Colors of #cf248e

#cf248e

Complementary Color

#cf248e #24cf65

#cf248e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf248e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf248e Color CSS Codes

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

#cf248e Text Font Color

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

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


#cf248e Background Color

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

This div background color is #cf248e


#cf248e Border Color

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

This div border color is #cf248e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf248e


Comments

No comments written yet.

Please login to write comment.