Color Hex Logo

#cf384a Color Hex

#CF384A
(207,56,74)
0 Favorites   0 Comments

Color spaces of #cf384a

RGB 2075674
HSL0.980.610.52
HSV353°73°81°
CMYK 0.000.730.64   0.19
XYZ28.382316.58828.1845
Yxy16.58820.53400.3121
Hunter Lab40.728653.115116.5956
CIE-Lab47.736959.471925.4851

#cf384a color RGB value is (207,56,74).

#cf384a hex color red value is 207, green value is 56 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cf384a hue: 0.98 , saturation: 0.61 and the lightness value of cf384a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111000 01001010
Octal 317 70 112
Decimal 207 56 74
Hex CF 38 4A

RGB Percentages of Color #cf384a

%61.42
%16.62
%21.96

CMYK Percentages of Color #cf384a

%0
%73
%64
%19

Triadic Colors of #cf384a

#cf384a #4acf38 #384acf

Analogous Colors of #cf384a

#cf384a #cf7238 #cf3896

Monochromatic Colors of #cf384a

#cf384a

Complementary Color

#cf384a #38cfbd

#cf384a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf384a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf384a Color CSS Codes

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

#cf384a Text Font Color

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

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


#cf384a Background Color

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

This div background color is #cf384a


#cf384a Border Color

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

This div border color is #cf384a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf384a


Comments

No comments written yet.

Please login to write comment.