Color Hex Logo

#cba3eb Color Hex

#CBA3EB
(203,163,235)
0 Favorites   0 Comments

Color spaces of #cba3eb

RGB 203163235
HSL0.760.640.78
HSV273°31°92°
CMYK 0.140.310.00   0.08
XYZ52.721244.889184.4830
Yxy44.88910.28950.2465
Hunter Lab66.999323.2113-27.8624
CIE-Lab72.818827.9810-30.6448

#cba3eb color RGB value is (203,163,235).

#cba3eb hex color red value is 203, green value is 163 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cba3eb hue: 0.76 , saturation: 0.64 and the lightness value of cba3eb is 0.78.

The process color (four color CMYK) of #cba3eb color hex is 0.14, 0.31, 0.00, 0.08. Web safe color of #cba3eb is #cc99ff. Color #cba3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 11101011
Octal 313 243 353
Decimal 203 163 235
Hex CB A3 EB

RGB Percentages of Color #cba3eb

%33.78
%27.12
%39.10

CMYK Percentages of Color #cba3eb

%14
%31
%0
%8

Triadic Colors of #cba3eb

#cba3eb #ebcba3 #a3ebcb

Analogous Colors of #cba3eb

#cba3eb #eba3e7 #a7a3eb

Monochromatic Colors of #cba3eb

#cba3eb

Complementary Color

#cba3eb #c3eba3

#cba3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba3eb Color CSS Codes

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

#cba3eb Text Font Color

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

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


#cba3eb Background Color

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

This div background color is #cba3eb


#cba3eb Border Color

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

This div border color is #cba3eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,163,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba3eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba3eb;
  -webkit-box-shadow: 1px 1px 3px 2px #cba3eb;
  box-shadow:         1px 1px 3px 2px #cba3eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,163,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba3eb


Comments

No comments written yet.

Please login to write comment.