Color Hex Logo

#c665ca Color Hex

#C665CA
(198,101,202)
0 Favorites   0 Comments

Color spaces of #c665ca

RGB 198101202
HSL0.830.490.59
HSV298°50°79°
CMYK 0.020.500.00   0.21
XYZ38.603125.577458.7794
Yxy25.57740.31390.2080
Hunter Lab50.574147.7440-33.5075
CIE-Lab57.633752.8941-35.8943

#c665ca color RGB value is (198,101,202).

#c665ca hex color red value is 198, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c665ca hue: 0.83 , saturation: 0.49 and the lightness value of c665ca is 0.59.

The process color (four color CMYK) of #c665ca color hex is 0.02, 0.50, 0.00, 0.21. Web safe color of #c665ca is #cc66cc. Color #c665ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 11001010
Octal 306 145 312
Decimal 198 101 202
Hex C6 65 CA

RGB Percentages of Color #c665ca

%39.52
%20.16
%40.32

CMYK Percentages of Color #c665ca

%2
%50
%0
%21

Triadic Colors of #c665ca

#c665ca #cac665 #65cac6

Analogous Colors of #c665ca

#c665ca #ca659c #9465ca

Monochromatic Colors of #c665ca

#c665ca

Complementary Color

#c665ca #69ca65

#c665ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665ca Color CSS Codes

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

#c665ca Text Font Color

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

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


#c665ca Background Color

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

This div background color is #c665ca


#c665ca Border Color

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

This div border color is #c665ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665ca


Comments

No comments written yet.

Please login to write comment.