Color Hex Logo

#cf334b Color Hex

#CF334B
(207,51,75)
0 Favorites   0 Comments

Color spaces of #cf334b

RGB 2075175
HSL0.970.620.51
HSV351°75°81°
CMYK 0.000.750.64   0.19
XYZ28.186016.14118.2866
Yxy16.14110.53570.3068
Hunter Lab40.176054.921115.8942
CIE-Lab47.159161.190424.1393

#cf334b color RGB value is (207,51,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110011 01001011
Octal 317 63 113
Decimal 207 51 75
Hex CF 33 4B

RGB Percentages of Color #cf334b

%62.16
%15.32
%22.52

CMYK Percentages of Color #cf334b

%0
%75
%64
%19

Triadic Colors of #cf334b

#cf334b #4bcf33 #334bcf

Analogous Colors of #cf334b

#cf334b #cf6933 #cf3399

Monochromatic Colors of #cf334b

#cf334b

Complementary Color

#cf334b #33cfb7

#cf334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf334b Color CSS Codes

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

#cf334b Text Font Color

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

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


#cf334b Background Color

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

This div background color is #cf334b


#cf334b Border Color

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

This div border color is #cf334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf334b


Comments

No comments written yet.

Please login to write comment.