Color Hex Logo

#c28bdb Color Hex

#C28BDB
(194,139,219)
0 Favorites   0 Comments

Color spaces of #c28bdb

RGB 194139219
HSL0.780.530.70
HSV281°37°86°
CMYK 0.110.370.00   0.14
XYZ44.266935.049071.4499
Yxy35.04900.29360.2325
Hunter Lab59.202229.8649-30.1143
CIE-Lab65.786835.0408-32.7859

#c28bdb color RGB value is (194,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 11011011
Octal 302 213 333
Decimal 194 139 219
Hex C2 8B DB

RGB Percentages of Color #c28bdb

%35.14
%25.18
%39.67

CMYK Percentages of Color #c28bdb

%11
%37
%0
%14

Triadic Colors of #c28bdb

#c28bdb #dbc28b #8bdbc2

Analogous Colors of #c28bdb

#c28bdb #db8bcc #9a8bdb

Monochromatic Colors of #c28bdb

#c28bdb

Complementary Color

#c28bdb #a4db8b

#c28bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bdb Color CSS Codes

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

#c28bdb Text Font Color

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

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


#c28bdb Background Color

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

This div background color is #c28bdb


#c28bdb Border Color

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

This div border color is #c28bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bdb

#c28bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.