Color Hex Logo

#ca384f Color Hex

#CA384F
(202,56,79)
0 Favorites   0 Comments

Color spaces of #ca384f

RGB 2025679
HSL0.970.580.51
HSV351°72°79°
CMYK 0.000.720.61   0.21
XYZ27.182615.94949.0430
Yxy15.94940.52100.3057
Hunter Lab39.936751.605414.5305
CIE-Lab46.908058.267921.2023

#ca384f color RGB value is (202,56,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 01001111
Octal 312 70 117
Decimal 202 56 79
Hex CA 38 4F

RGB Percentages of Color #ca384f

%59.94
%16.62
%23.44

CMYK Percentages of Color #ca384f

%0
%72
%61
%21

Triadic Colors of #ca384f

#ca384f #4fca38 #384fca

Analogous Colors of #ca384f

#ca384f #ca6a38 #ca3898

Monochromatic Colors of #ca384f

#ca384f

Complementary Color

#ca384f #38cab3

#ca384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca384f Color CSS Codes

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

#ca384f Text Font Color

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

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


#ca384f Background Color

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

This div background color is #ca384f


#ca384f Border Color

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

This div border color is #ca384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca384f


Comments

No comments written yet.

Please login to write comment.