Color Hex Logo

#cb7efd Color Hex

#CB7EFD
(203,126,253)
0 Favorites   0 Comments

Color spaces of #cb7efd

RGB 203126253
HSL0.770.970.74
HSV276°50°99°
CMYK 0.200.500.00   0.01
XYZ49.819134.710197.0025
Yxy34.71010.27440.1912
Hunter Lab58.915347.8389-56.3788
CIE-Lab65.522351.7506-51.8882

#cb7efd color RGB value is (203,126,253).

#cb7efd hex color red value is 203, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cb7efd hue: 0.77 , saturation: 0.97 and the lightness value of cb7efd is 0.74.

The process color (four color CMYK) of #cb7efd color hex is 0.20, 0.50, 0.00, 0.01. Web safe color of #cb7efd is #cc66ff. Color #cb7efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111110 11111101
Octal 313 176 375
Decimal 203 126 253
Hex CB 7E FD

RGB Percentages of Color #cb7efd

%34.88
%21.65
%43.47

CMYK Percentages of Color #cb7efd

%20
%50
%0
%1

Triadic Colors of #cb7efd

#cb7efd #fdcb7e #7efdcb

Analogous Colors of #cb7efd

#cb7efd #fd7ef0 #8c7efd

Monochromatic Colors of #cb7efd

#cb7efd

Complementary Color

#cb7efd #b0fd7e

#cb7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7efd Color CSS Codes

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

#cb7efd Text Font Color

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

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


#cb7efd Background Color

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

This div background color is #cb7efd


#cb7efd Border Color

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

This div border color is #cb7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7efd


Comments

No comments written yet.

Please login to write comment.