Color Hex Logo

#ca83ce Color Hex

#CA83CE
(202,131,206)
0 Favorites   0 Comments

Color spaces of #ca83ce

RGB 202131206
HSL0.820.430.66
HSV297°36°81°
CMYK 0.020.360.00   0.19
XYZ43.614033.245462.5108
Yxy33.24540.31290.2385
Hunter Lab57.658834.1171-23.9181
CIE-Lab64.359139.2797-27.6743

#ca83ce color RGB value is (202,131,206).

#ca83ce hex color red value is 202, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca83ce hue: 0.82 , saturation: 0.43 and the lightness value of ca83ce is 0.66.

The process color (four color CMYK) of #ca83ce color hex is 0.02, 0.36, 0.00, 0.19. Web safe color of #ca83ce is #cc99cc. Color #ca83ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 11001110
Octal 312 203 316
Decimal 202 131 206
Hex CA 83 CE

RGB Percentages of Color #ca83ce

%37.48
%24.30
%38.22

CMYK Percentages of Color #ca83ce

%2
%36
%0
%19

Triadic Colors of #ca83ce

#ca83ce #ceca83 #83ceca

Analogous Colors of #ca83ce

#ca83ce #ce83ad #a583ce

Monochromatic Colors of #ca83ce

#ca83ce

Complementary Color

#ca83ce #87ce83

#ca83ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca83ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca83ce Color CSS Codes

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

#ca83ce Text Font Color

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

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


#ca83ce Background Color

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

This div background color is #ca83ce


#ca83ce Border Color

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

This div border color is #ca83ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca83ce


Comments

No comments written yet.

Please login to write comment.