Color Hex Logo

#c3bdea Color Hex

#C3BDEA
(195,189,234)
0 Favorites   0 Comments

Color spaces of #c3bdea

RGB 195189234
HSL0.690.520.83
HSV248°19°92°
CMYK 0.170.190.00   0.08
XYZ55.554653.937885.3249
Yxy53.93780.28520.2769
Hunter Lab73.44246.5001-17.4731
CIE-Lab78.425511.0460-21.5866

#c3bdea color RGB value is (195,189,234).

#c3bdea hex color red value is 195, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c3bdea hue: 0.69 , saturation: 0.52 and the lightness value of c3bdea is 0.83.

The process color (four color CMYK) of #c3bdea color hex is 0.17, 0.19, 0.00, 0.08. Web safe color of #c3bdea is #ccccff. Color #c3bdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111101 11101010
Octal 303 275 352
Decimal 195 189 234
Hex C3 BD EA

RGB Percentages of Color #c3bdea

%31.55
%30.58
%37.86

CMYK Percentages of Color #c3bdea

%17
%19
%0
%8

Triadic Colors of #c3bdea

#c3bdea #eac3bd #bdeac3

Analogous Colors of #c3bdea

#c3bdea #dabdea #bdceea

Monochromatic Colors of #c3bdea

#c3bdea

Complementary Color

#c3bdea #e4eabd

#c3bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bdea Color CSS Codes

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

#c3bdea Text Font Color

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

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


#c3bdea Background Color

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

This div background color is #c3bdea


#c3bdea Border Color

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

This div border color is #c3bdea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,189,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3bdea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3bdea;
  -webkit-box-shadow: 1px 1px 3px 2px #c3bdea;
  box-shadow:         1px 1px 3px 2px #c3bdea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,189,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bdea


Comments

No comments written yet.

Please login to write comment.