Color Hex Logo

#ccb8fb Color Hex

#CCB8FB
(204,184,251)
0 Favorites   0 Comments

Color spaces of #ccb8fb

RGB 204184251
HSL0.720.890.85
HSV258°27°98°
CMYK 0.190.270.00   0.02
XYZ59.454954.083498.5723
Yxy54.08340.28030.2550
Hunter Lab73.541415.6117-27.9912
CIE-Lab78.510320.2430-30.5277

#ccb8fb color RGB value is (204,184,251).

#ccb8fb hex color red value is 204, green value is 184 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccb8fb hue: 0.72 , saturation: 0.89 and the lightness value of ccb8fb is 0.85.

The process color (four color CMYK) of #ccb8fb color hex is 0.19, 0.27, 0.00, 0.02. Web safe color of #ccb8fb is #ccccff. Color #ccb8fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 11111011
Octal 314 270 373
Decimal 204 184 251
Hex CC B8 FB

RGB Percentages of Color #ccb8fb

%31.92
%28.79
%39.28

CMYK Percentages of Color #ccb8fb

%19
%27
%0
%2

Triadic Colors of #ccb8fb

#ccb8fb #fbccb8 #b8fbcc

Analogous Colors of #ccb8fb

#ccb8fb #eeb8fb #b8c6fb

Monochromatic Colors of #ccb8fb

#ccb8fb

Complementary Color

#ccb8fb #e7fbb8

#ccb8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb8fb Color CSS Codes

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

#ccb8fb Text Font Color

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

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


#ccb8fb Background Color

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

This div background color is #ccb8fb


#ccb8fb Border Color

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

This div border color is #ccb8fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,184,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb8fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb8fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb8fb;
  box-shadow:         1px 1px 3px 2px #ccb8fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,184,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.