Color Hex Logo

#ca067d Color Hex

#CA067D
(202,6,125)
0 Favorites   0 Comments

Color spaces of #ca067d

RGB 2026125
HSL0.900.940.41
HSV324°97°79°
CMYK 0.000.970.38   0.21
XYZ28.123914.167520.6543
Yxy14.16750.44680.2251
Hunter Lab37.639767.5032-6.1868
CIE-Lab44.472272.5266-10.6535

#ca067d color RGB value is (202,6,125).

#ca067d hex color red value is 202, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ca067d hue: 0.90 , saturation: 0.94 and the lightness value of ca067d is 0.41.

The process color (four color CMYK) of #ca067d color hex is 0.00, 0.97, 0.38, 0.21. Web safe color of #ca067d is #cc0066. Color #ca067d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000110 01111101
Octal 312 6 175
Decimal 202 6 125
Hex CA 6 7D

RGB Percentages of Color #ca067d

%60.66
%1.80
%37.54

CMYK Percentages of Color #ca067d

%0
%97
%38
%21

Triadic Colors of #ca067d

#ca067d #7dca06 #067dca

Analogous Colors of #ca067d

#ca067d #ca061b #b506ca

Monochromatic Colors of #ca067d

#ca067d

Complementary Color

#ca067d #06ca53

#ca067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca067d Color CSS Codes

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

#ca067d Text Font Color

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

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


#ca067d Background Color

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

This div background color is #ca067d


#ca067d Border Color

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

This div border color is #ca067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca067d


Comments

No comments written yet.

Please login to write comment.