Color Hex Logo

#c3bee1 Color Hex

#C3BEE1
(195,190,225)
0 Favorites   0 Comments

Color spaces of #c3bee1

RGB 195190225
HSL0.690.370.81
HSV249°16°88°
CMYK 0.130.160.00   0.12
XYZ54.509753.865378.7582
Yxy53.86530.29130.2878
Hunter Lab73.39304.1360-12.2492
CIE-Lab78.38318.5908-16.8025

#c3bee1 color RGB value is (195,190,225).

#c3bee1 hex color red value is 195, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c3bee1 hue: 0.69 , saturation: 0.37 and the lightness value of c3bee1 is 0.81.

The process color (four color CMYK) of #c3bee1 color hex is 0.13, 0.16, 0.00, 0.12. Web safe color of #c3bee1 is #cccccc. Color #c3bee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11100001
Octal 303 276 341
Decimal 195 190 225
Hex C3 BE E1

RGB Percentages of Color #c3bee1

%31.97
%31.15
%36.89

CMYK Percentages of Color #c3bee1

%13
%16
%0
%12

Triadic Colors of #c3bee1

#c3bee1 #e1c3be #bee1c3

Analogous Colors of #c3bee1

#c3bee1 #d5bee1 #becbe1

Monochromatic Colors of #c3bee1

#c3bee1

Complementary Color

#c3bee1 #dce1be

#c3bee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bee1 Color CSS Codes

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

#c3bee1 Text Font Color

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

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


#c3bee1 Background Color

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

This div background color is #c3bee1


#c3bee1 Border Color

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

This div border color is #c3bee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bee1

#c3bee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.