Color Hex Logo

#ca384e Color Hex

#CA384E
(202,56,78)
0 Favorites   0 Comments

Color spaces of #ca384e

RGB 2025678
HSL0.970.580.51
HSV351°72°79°
CMYK 0.000.720.61   0.21
XYZ27.146415.93508.8527
Yxy15.93500.52270.3068
Hunter Lab39.918751.530014.7944
CIE-Lab46.889158.203221.7861

#ca384e color RGB value is (202,56,78).

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

The process color (four color CMYK) of #ca384e color hex is 0.00, 0.72, 0.61, 0.21. Web safe color of #ca384e is #cc3366. Color #ca384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 01001110
Octal 312 70 116
Decimal 202 56 78
Hex CA 38 4E

RGB Percentages of Color #ca384e

%60.12
%16.67
%23.21

CMYK Percentages of Color #ca384e

%0
%72
%61
%21

Triadic Colors of #ca384e

#ca384e #4eca38 #384eca

Analogous Colors of #ca384e

#ca384e #ca6b38 #ca3897

Monochromatic Colors of #ca384e

#ca384e

Complementary Color

#ca384e #38cab4

#ca384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca384e Color CSS Codes

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

#ca384e Text Font Color

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

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


#ca384e Background Color

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

This div background color is #ca384e


#ca384e Border Color

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

This div border color is #ca384e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,56,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca384e


Comments

No comments written yet.

Please login to write comment.