Color Hex Logo

#ca679b Color Hex

#CA679B
(202,103,155)
0 Favorites   0 Comments

Color spaces of #ca679b

RGB 202103155
HSL0.910.480.60
HSV328°49°79°
CMYK 0.000.490.23   0.21
XYZ35.123824.623633.9120
Yxy24.62360.37500.2629
Hunter Lab49.622239.5079-5.7835
CIE-Lab56.706845.4129-10.2126

#ca679b color RGB value is (202,103,155).

#ca679b hex color red value is 202, green value is 103 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ca679b hue: 0.91 , saturation: 0.48 and the lightness value of ca679b is 0.60.

The process color (four color CMYK) of #ca679b color hex is 0.00, 0.49, 0.23, 0.21. Web safe color of #ca679b is #cc6699. Color #ca679b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 10011011
Octal 312 147 233
Decimal 202 103 155
Hex CA 67 9B

RGB Percentages of Color #ca679b

%43.91
%22.39
%33.70

CMYK Percentages of Color #ca679b

%0
%49
%23
%21

Triadic Colors of #ca679b

#ca679b #9bca67 #679bca

Analogous Colors of #ca679b

#ca679b #ca676a #c867ca

Monochromatic Colors of #ca679b

#ca679b

Complementary Color

#ca679b #67ca96

#ca679b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca679b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca679b Color CSS Codes

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

#ca679b Text Font Color

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

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


#ca679b Background Color

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

This div background color is #ca679b


#ca679b Border Color

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

This div border color is #ca679b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca679b


Comments

No comments written yet.

Please login to write comment.