Color Hex Logo

#c88afd Color Hex

#C88AFD
(200,138,253)
0 Favorites   0 Comments

Color spaces of #c88afd

RGB 200138253
HSL0.760.970.77
HSV272°45°99°
CMYK 0.210.450.00   0.01
XYZ50.637537.548297.5071
Yxy37.54820.27270.2022
Hunter Lab61.276640.2741-51.4523
CIE-Lab67.686344.6187-48.4904

#c88afd color RGB value is (200,138,253).

#c88afd hex color red value is 200, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c88afd hue: 0.76 , saturation: 0.97 and the lightness value of c88afd is 0.77.

The process color (four color CMYK) of #c88afd color hex is 0.21, 0.45, 0.00, 0.01. Web safe color of #c88afd is #cc99ff. Color #c88afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11111101
Octal 310 212 375
Decimal 200 138 253
Hex C8 8A FD

RGB Percentages of Color #c88afd

%33.84
%23.35
%42.81

CMYK Percentages of Color #c88afd

%21
%45
%0
%1

Triadic Colors of #c88afd

#c88afd #fdc88a #8afdc8

Analogous Colors of #c88afd

#c88afd #fd8af9 #8f8afd

Monochromatic Colors of #c88afd

#c88afd

Complementary Color

#c88afd #bffd8a

#c88afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88afd Color CSS Codes

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

#c88afd Text Font Color

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

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


#c88afd Background Color

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

This div background color is #c88afd


#c88afd Border Color

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

This div border color is #c88afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,138,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88afd


Comments

No comments written yet.

Please login to write comment.