Color Hex Logo

#c690ca Color Hex

#C690CA
(198,144,202)
0 Favorites   0 Comments

Color spaces of #c690ca

RGB 198144202
HSL0.820.350.68
HSV296°29°79°
CMYK 0.020.290.00   0.21
XYZ43.922636.216660.5526
Yxy36.21660.31220.2574
Hunter Lab60.180224.9630-17.5307
CIE-Lab66.685130.1614-21.9098

#c690ca color RGB value is (198,144,202).

#c690ca hex color red value is 198, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c690ca hue: 0.82 , saturation: 0.35 and the lightness value of c690ca is 0.68.

The process color (four color CMYK) of #c690ca color hex is 0.02, 0.29, 0.00, 0.21. Web safe color of #c690ca is #cc99cc. Color #c690ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 11001010
Octal 306 220 312
Decimal 198 144 202
Hex C6 90 CA

RGB Percentages of Color #c690ca

%36.40
%26.47
%37.13

CMYK Percentages of Color #c690ca

%2
%29
%0
%21

Triadic Colors of #c690ca

#c690ca #cac690 #90cac6

Analogous Colors of #c690ca

#c690ca #ca90b1 #a990ca

Monochromatic Colors of #c690ca

#c690ca

Complementary Color

#c690ca #94ca90

#c690ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c690ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c690ca Color CSS Codes

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

#c690ca Text Font Color

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

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


#c690ca Background Color

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

This div background color is #c690ca


#c690ca Border Color

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

This div border color is #c690ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c690ca


Comments

No comments written yet.

Please login to write comment.