Color Hex Logo

#c287ca Color Hex

#C287CA
(194,135,202)
0 Favorites   0 Comments

Color spaces of #c287ca

RGB 194135202
HSL0.810.390.66
HSV293°33°79°
CMYK 0.040.330.00   0.21
XYZ41.572833.061560.0675
Yxy33.06150.30860.2454
Hunter Lab57.499128.4349-21.6890
CIE-Lab64.210733.8067-25.7357

#c287ca color RGB value is (194,135,202).

#c287ca hex color red value is 194, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c287ca hue: 0.81 , saturation: 0.39 and the lightness value of c287ca is 0.66.

The process color (four color CMYK) of #c287ca color hex is 0.04, 0.33, 0.00, 0.21. Web safe color of #c287ca is #cc99cc. Color #c287ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 11001010
Octal 302 207 312
Decimal 194 135 202
Hex C2 87 CA

RGB Percentages of Color #c287ca

%36.53
%25.42
%38.04

CMYK Percentages of Color #c287ca

%4
%33
%0
%21

Triadic Colors of #c287ca

#c287ca #cac287 #87cac2

Analogous Colors of #c287ca

#c287ca #ca87b1 #a187ca

Monochromatic Colors of #c287ca

#c287ca

Complementary Color

#c287ca #8fca87

#c287ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c287ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c287ca Color CSS Codes

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

#c287ca Text Font Color

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

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


#c287ca Background Color

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

This div background color is #c287ca


#c287ca Border Color

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

This div border color is #c287ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c287ca


Comments

No comments written yet.

Please login to write comment.