Color Hex Logo

#ca367b Color Hex

#CA367B
(202,54,123)
0 Favorites   0 Comments

Color spaces of #ca367b

RGB 20254123
HSL0.920.580.50
HSV332°73°79°
CMYK 0.000.730.39   0.21
XYZ29.251416.625020.4061
Yxy16.62500.44130.2508
Hunter Lab40.773856.7031-1.1313
CIE-Lab47.784062.6458-4.4813

#ca367b color RGB value is (202,54,123).

#ca367b hex color red value is 202, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ca367b hue: 0.92 , saturation: 0.58 and the lightness value of ca367b is 0.50.

The process color (four color CMYK) of #ca367b color hex is 0.00, 0.73, 0.39, 0.21. Web safe color of #ca367b is #cc3366. Color #ca367b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110110 01111011
Octal 312 66 173
Decimal 202 54 123
Hex CA 36 7B

RGB Percentages of Color #ca367b

%53.30
%14.25
%32.45

CMYK Percentages of Color #ca367b

%0
%73
%39
%21

Triadic Colors of #ca367b

#ca367b #7bca36 #367bca

Analogous Colors of #ca367b

#ca367b #ca3b36 #ca36c5

Monochromatic Colors of #ca367b

#ca367b

Complementary Color

#ca367b #36ca85

#ca367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca367b Color CSS Codes

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

#ca367b Text Font Color

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

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


#ca367b Background Color

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

This div background color is #ca367b


#ca367b Border Color

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

This div border color is #ca367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca367b


Comments

No comments written yet.

Please login to write comment.