Color Hex Logo

#c28bdc Color Hex

#C28BDC
(194,139,220)
0 Favorites   0 Comments

Color spaces of #c28bdc

RGB 194139220
HSL0.780.540.70
HSV281°37°86°
CMYK 0.120.370.00   0.14
XYZ44.399035.101972.1454
Yxy35.10190.29280.2315
Hunter Lab59.246930.0841-30.7251
CIE-Lab65.827935.2486-33.2771

#c28bdc color RGB value is (194,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 11011100
Octal 302 213 334
Decimal 194 139 220
Hex C2 8B DC

RGB Percentages of Color #c28bdc

%35.08
%25.14
%39.78

CMYK Percentages of Color #c28bdc

%12
%37
%0
%14

Triadic Colors of #c28bdc

#c28bdc #dcc28b #8bdcc2

Analogous Colors of #c28bdc

#c28bdc #dc8bce #9a8bdc

Monochromatic Colors of #c28bdc

#c28bdc

Complementary Color

#c28bdc #a5dc8b

#c28bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bdc Color CSS Codes

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

#c28bdc Text Font Color

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

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


#c28bdc Background Color

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

This div background color is #c28bdc


#c28bdc Border Color

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

This div border color is #c28bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bdc


Comments

No comments written yet.

Please login to write comment.