Color Hex Logo

#cbaff6 Color Hex

#CBAFF6
(203,175,246)
0 Favorites   0 Comments

Color spaces of #cbaff6

RGB 203175246
HSL0.730.800.83
HSV264°29°96°
CMYK 0.170.290.00   0.04
XYZ56.593150.010393.8589
Yxy50.01030.28230.2495
Hunter Lab70.718019.0908-29.1888
CIE-Lab76.075623.7636-31.5912

#cbaff6 color RGB value is (203,175,246).

#cbaff6 hex color red value is 203, green value is 175 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #cbaff6 hue: 0.73 , saturation: 0.80 and the lightness value of cbaff6 is 0.83.

The process color (four color CMYK) of #cbaff6 color hex is 0.17, 0.29, 0.00, 0.04. Web safe color of #cbaff6 is #cc99ff. Color #cbaff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 11110110
Octal 313 257 366
Decimal 203 175 246
Hex CB AF F6

RGB Percentages of Color #cbaff6

%32.53
%28.04
%39.42

CMYK Percentages of Color #cbaff6

%17
%29
%0
%4

Triadic Colors of #cbaff6

#cbaff6 #f6cbaf #aff6cb

Analogous Colors of #cbaff6

#cbaff6 #efaff6 #afb7f6

Monochromatic Colors of #cbaff6

#cbaff6

Complementary Color

#cbaff6 #daf6af

#cbaff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaff6 Color CSS Codes

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

#cbaff6 Text Font Color

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

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


#cbaff6 Background Color

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

This div background color is #cbaff6


#cbaff6 Border Color

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

This div border color is #cbaff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaff6


Comments

No comments written yet.

Please login to write comment.