Color Hex Logo

#ca277d Color Hex

#CA277D
(202,39,125)
0 Favorites   0 Comments

Color spaces of #ca277d

RGB 20239125
HSL0.910.680.47
HSV328°81°79°
CMYK 0.000.810.38   0.21
XYZ28.784315.488320.8745
Yxy15.48830.44180.2377
Hunter Lab39.355261.6830-3.8996
CIE-Lab46.295967.2537-7.9162

#ca277d color RGB value is (202,39,125).

#ca277d hex color red value is 202, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ca277d hue: 0.91 , saturation: 0.68 and the lightness value of ca277d is 0.47.

The process color (four color CMYK) of #ca277d color hex is 0.00, 0.81, 0.38, 0.21. Web safe color of #ca277d is #cc3366. Color #ca277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100111 01111101
Octal 312 47 175
Decimal 202 39 125
Hex CA 27 7D

RGB Percentages of Color #ca277d

%55.19
%10.66
%34.15

CMYK Percentages of Color #ca277d

%0
%81
%38
%21

Triadic Colors of #ca277d

#ca277d #7dca27 #277dca

Analogous Colors of #ca277d

#ca277d #ca272c #c627ca

Monochromatic Colors of #ca277d

#ca277d

Complementary Color

#ca277d #27ca74

#ca277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca277d Color CSS Codes

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

#ca277d Text Font Color

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

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


#ca277d Background Color

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

This div background color is #ca277d


#ca277d Border Color

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

This div border color is #ca277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca277d


Comments

No comments written yet.

Please login to write comment.