Color Hex Logo

#c567ca Color Hex

#C567CA
(197,103,202)
0 Favorites   0 Comments

Color spaces of #c567ca

RGB 197103202
HSL0.820.480.60
HSV297°49°79°
CMYK 0.020.490.00   0.21
XYZ38.536925.835158.8327
Yxy25.83510.31280.2097
Hunter Lab50.828246.3855-33.0473
CIE-Lab57.880251.6200-35.5185

#c567ca color RGB value is (197,103,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 11001010
Octal 305 147 312
Decimal 197 103 202
Hex C5 67 CA

RGB Percentages of Color #c567ca

%39.24
%20.52
%40.24

CMYK Percentages of Color #c567ca

%2
%49
%0
%21

Triadic Colors of #c567ca

#c567ca #cac567 #67cac5

Analogous Colors of #c567ca

#c567ca #ca679e #9467ca

Monochromatic Colors of #c567ca

#c567ca

Complementary Color

#c567ca #6cca67

#c567ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c567ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c567ca Color CSS Codes

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

#c567ca Text Font Color

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

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


#c567ca Background Color

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

This div background color is #c567ca


#c567ca Border Color

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

This div border color is #c567ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c567ca


Comments

No comments written yet.

Please login to write comment.