Color Hex Logo

#cf304a Color Hex

#CF304A
(207,48,74)
0 Favorites   0 Comments

Color spaces of #cf304a

RGB 2074874
HSL0.970.620.50
HSV350°77°81°
CMYK 0.000.770.64   0.19
XYZ28.025115.87378.0654
Yxy15.87370.53930.3055
Hunter Lab39.841855.835415.8869
CIE-Lab46.808362.066424.2955

#cf304a color RGB value is (207,48,74).

#cf304a hex color red value is 207, green value is 48 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cf304a hue: 0.97 , saturation: 0.62 and the lightness value of cf304a is 0.50.

The process color (four color CMYK) of #cf304a color hex is 0.00, 0.77, 0.64, 0.19. Web safe color of #cf304a is #cc3333. Color #cf304a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110000 01001010
Octal 317 60 112
Decimal 207 48 74
Hex CF 30 4A

RGB Percentages of Color #cf304a

%62.92
%14.59
%22.49

CMYK Percentages of Color #cf304a

%0
%77
%64
%19

Triadic Colors of #cf304a

#cf304a #4acf30 #304acf

Analogous Colors of #cf304a

#cf304a #cf6630 #cf309a

Monochromatic Colors of #cf304a

#cf304a

Complementary Color

#cf304a #30cfb5

#cf304a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf304a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf304a Color CSS Codes

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

#cf304a Text Font Color

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

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


#cf304a Background Color

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

This div background color is #cf304a


#cf304a Border Color

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

This div border color is #cf304a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf304a


Comments

No comments written yet.

Please login to write comment.