Color Hex Logo

#ca5067 Color Hex

#CA5067
(202,80,103)
0 Favorites   0 Comments

Color spaces of #ca5067

RGB 20280103
HSL0.970.540.55
HSV349°60°79°
CMYK 0.000.600.49   0.21
XYZ29.674019.273214.9881
Yxy19.27320.46410.3014
Hunter Lab43.901343.825610.4890
CIE-Lab51.005350.378812.2601

#ca5067 color RGB value is (202,80,103).

#ca5067 hex color red value is 202, green value is 80 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ca5067 hue: 0.97 , saturation: 0.54 and the lightness value of ca5067 is 0.55.

The process color (four color CMYK) of #ca5067 color hex is 0.00, 0.60, 0.49, 0.21. Web safe color of #ca5067 is #cc6666. Color #ca5067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 01100111
Octal 312 120 147
Decimal 202 80 103
Hex CA 50 67

RGB Percentages of Color #ca5067

%52.47
%20.78
%26.75

CMYK Percentages of Color #ca5067

%0
%60
%49
%21

Triadic Colors of #ca5067

#ca5067 #67ca50 #5067ca

Analogous Colors of #ca5067

#ca5067 #ca7650 #ca50a4

Monochromatic Colors of #ca5067

#ca5067

Complementary Color

#ca5067 #50cab3

#ca5067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5067 Color CSS Codes

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

#ca5067 Text Font Color

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

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


#ca5067 Background Color

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

This div background color is #ca5067


#ca5067 Border Color

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

This div border color is #ca5067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5067


Comments

No comments written yet.

Please login to write comment.