Color Hex Logo

#c28afd Color Hex

#C28AFD
(194,138,253)
0 Favorites   0 Comments

Color spaces of #c28afd

RGB 194138253
HSL0.750.970.77
HSV269°45°99°
CMYK 0.230.450.00   0.01
XYZ49.066236.738197.4336
Yxy36.73810.26780.2005
Hunter Lab60.612038.4272-52.8802
CIE-Lab67.080142.9950-49.4871

#c28afd color RGB value is (194,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11111101
Octal 302 212 375
Decimal 194 138 253
Hex C2 8A FD

RGB Percentages of Color #c28afd

%33.16
%23.59
%43.25

CMYK Percentages of Color #c28afd

%23
%45
%0
%1

Triadic Colors of #c28afd

#c28afd #fdc28a #8afdc2

Analogous Colors of #c28afd

#c28afd #fc8afd #8a8cfd

Monochromatic Colors of #c28afd

#c28afd

Complementary Color

#c28afd #c5fd8a

#c28afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28afd Color CSS Codes

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

#c28afd Text Font Color

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

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


#c28afd Background Color

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

This div background color is #c28afd


#c28afd Border Color

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

This div border color is #c28afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28afd

Related Colors


Comments

No comments written yet.

Please login to write comment.