Color Hex Logo

#c883ca Color Hex

#C883CA
(200,131,202)
0 Favorites   0 Comments

Color spaces of #c883ca

RGB 200131202
HSL0.830.400.65
HSV298°35°79°
CMYK 0.010.350.00   0.21
XYZ42.596432.776259.9585
Yxy32.77620.31480.2422
Hunter Lab57.250532.6219-22.0191
CIE-Lab63.979337.8939-26.0354

#c883ca color RGB value is (200,131,202).

#c883ca hex color red value is 200, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c883ca hue: 0.83 , saturation: 0.40 and the lightness value of c883ca is 0.65.

The process color (four color CMYK) of #c883ca color hex is 0.01, 0.35, 0.00, 0.21. Web safe color of #c883ca is #cc99cc. Color #c883ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11001010
Octal 310 203 312
Decimal 200 131 202
Hex C8 83 CA

RGB Percentages of Color #c883ca

%37.52
%24.58
%37.90

CMYK Percentages of Color #c883ca

%1
%35
%0
%21

Triadic Colors of #c883ca

#c883ca #cac883 #83cac8

Analogous Colors of #c883ca

#c883ca #ca83a9 #a583ca

Monochromatic Colors of #c883ca

#c883ca

Complementary Color

#c883ca #85ca83

#c883ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883ca Color CSS Codes

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

#c883ca Text Font Color

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

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


#c883ca Background Color

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

This div background color is #c883ca


#c883ca Border Color

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

This div border color is #c883ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883ca


Comments

No comments written yet.

Please login to write comment.