Color Hex Logo

#ca237d Color Hex

#CA237D
(202,35,125)
0 Favorites   0 Comments

Color spaces of #ca237d

RGB 20235125
HSL0.910.700.46
HSV328°83°79°
CMYK 0.000.830.38   0.21
XYZ28.659815.239320.8330
Yxy15.23930.44270.2354
Hunter Lab39.037562.7318-4.3148
CIE-Lab45.960268.2157-8.4184

#ca237d color RGB value is (202,35,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 01111101
Octal 312 43 175
Decimal 202 35 125
Hex CA 23 7D

RGB Percentages of Color #ca237d

%55.80
%9.67
%34.53

CMYK Percentages of Color #ca237d

%0
%83
%38
%21

Triadic Colors of #ca237d

#ca237d #7dca23 #237dca

Analogous Colors of #ca237d

#ca237d #ca232a #c423ca

Monochromatic Colors of #ca237d

#ca237d

Complementary Color

#ca237d #23ca70

#ca237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca237d Color CSS Codes

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

#ca237d Text Font Color

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

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


#ca237d Background Color

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

This div background color is #ca237d


#ca237d Border Color

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

This div border color is #ca237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca237d


Comments

No comments written yet.

Please login to write comment.