Color Hex Logo

#ca384b Color Hex

#CA384B
(202,56,75)
0 Favorites   0 Comments

Color spaces of #ca384b

RGB 2025675
HSL0.980.580.51
HSV352°72°79°
CMYK 0.000.720.63   0.21
XYZ27.041315.89298.2990
Yxy15.89290.52780.3102
Hunter Lab39.865951.312415.5636
CIE-Lab46.833758.016723.5360

#ca384b color RGB value is (202,56,75).

#ca384b hex color red value is 202, green value is 56 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ca384b hue: 0.98 , saturation: 0.58 and the lightness value of ca384b is 0.51.

The process color (four color CMYK) of #ca384b color hex is 0.00, 0.72, 0.63, 0.21. Web safe color of #ca384b is #cc3333. Color #ca384b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 01001011
Octal 312 70 113
Decimal 202 56 75
Hex CA 38 4B

RGB Percentages of Color #ca384b

%60.66
%16.82
%22.52

CMYK Percentages of Color #ca384b

%0
%72
%63
%21

Triadic Colors of #ca384b

#ca384b #4bca38 #384bca

Analogous Colors of #ca384b

#ca384b #ca6e38 #ca3894

Monochromatic Colors of #ca384b

#ca384b

Complementary Color

#ca384b #38cab7

#ca384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca384b Color CSS Codes

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

#ca384b Text Font Color

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

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


#ca384b Background Color

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

This div background color is #ca384b


#ca384b Border Color

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

This div border color is #ca384b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca384b


Comments

No comments written yet.

Please login to write comment.