Color Hex Logo

#c28fdc Color Hex

#C28FDC
(194,143,220)
0 Favorites   0 Comments

Color spaces of #c28fdc

RGB 194143220
HSL0.780.520.71
HSV280°35°86°
CMYK 0.120.350.00   0.14
XYZ44.988936.281672.3420
Yxy36.28160.29290.2362
Hunter Lab60.234227.9117-29.0440
CIE-Lab66.734533.0515-31.8722

#c28fdc color RGB value is (194,143,220).

#c28fdc hex color red value is 194, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c28fdc hue: 0.78 , saturation: 0.52 and the lightness value of c28fdc is 0.71.

The process color (four color CMYK) of #c28fdc color hex is 0.12, 0.35, 0.00, 0.14. Web safe color of #c28fdc is #cc99cc. Color #c28fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001111 11011100
Octal 302 217 334
Decimal 194 143 220
Hex C2 8F DC

RGB Percentages of Color #c28fdc

%34.83
%25.67
%39.50

CMYK Percentages of Color #c28fdc

%12
%35
%0
%14

Triadic Colors of #c28fdc

#c28fdc #dcc28f #8fdcc2

Analogous Colors of #c28fdc

#c28fdc #dc8fd0 #9c8fdc

Monochromatic Colors of #c28fdc

#c28fdc

Complementary Color

#c28fdc #a9dc8f

#c28fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28fdc Color CSS Codes

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

#c28fdc Text Font Color

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

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


#c28fdc Background Color

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

This div background color is #c28fdc


#c28fdc Border Color

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

This div border color is #c28fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,143,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28fdc


Comments

No comments written yet.

Please login to write comment.