Color Hex Logo

#ca667d Color Hex

#CA667D
(202,102,125)
0 Favorites   0 Comments

Color spaces of #ca667d

RGB 202102125
HSL0.960.490.60
HSV346°50°79°
CMYK 0.000.500.38   0.21
XYZ32.810223.540022.2164
Yxy23.54000.41760.2996
Hunter Lab48.518035.80366.8137
CIE-Lab55.624342.02145.7473

#ca667d color RGB value is (202,102,125).

#ca667d hex color red value is 202, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ca667d hue: 0.96 , saturation: 0.49 and the lightness value of ca667d is 0.60.

The process color (four color CMYK) of #ca667d color hex is 0.00, 0.50, 0.38, 0.21. Web safe color of #ca667d is #cc6666. Color #ca667d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 01111101
Octal 312 146 175
Decimal 202 102 125
Hex CA 66 7D

RGB Percentages of Color #ca667d

%47.09
%23.78
%29.14

CMYK Percentages of Color #ca667d

%0
%50
%38
%21

Triadic Colors of #ca667d

#ca667d #7dca66 #667dca

Analogous Colors of #ca667d

#ca667d #ca8166 #ca66af

Monochromatic Colors of #ca667d

#ca667d

Complementary Color

#ca667d #66cab3

#ca667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca667d Color CSS Codes

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

#ca667d Text Font Color

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

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


#ca667d Background Color

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

This div background color is #ca667d


#ca667d Border Color

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

This div border color is #ca667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca667d


Comments

No comments written yet.

Please login to write comment.